Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 May 2020 12:11:41 +0000 (08:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 May 2020 12:11:50 +0000 (08:11 -0400)
gtk/gtkpopover.c

index 8a0d3e9e3dd2a217ce0a2a41964b284dcdce93b0..44799a008c6a3d90e46813d9df98feca8bfcc030 100644 (file)
@@ -1900,7 +1900,7 @@ gtk_popover_buildable_add_child (GtkBuildable *buildable,
                                  const gchar  *type)
 {
   if (GTK_IS_WIDGET (child))
-    gtk_popover_set_child (GTK_POPOVER(buildable), GTK_WIDGET (child));
+    gtk_popover_set_child (GTK_POPOVER (buildable), GTK_WIDGET (child));
   else
     parent_buildable_iface->add_child (buildable, builder, child, type);
 }